Good ruby book with exercises? [closed]

Posted by watabou on Programmers See other posts from Programmers or by watabou
Published on 2012-06-14T11:39:10Z Indexed on 2012/06/15 21:24 UTC
Read the original article Hit count: 400

Filed under:
|
|

I find that I learn the best with a book that has a number of exercises at the end of each chapters. A great example of this is C++ Primer Plus by Stephen Prata or Scientific Programming with Python or the Horstmann Java books. All of those books have a number of programming exercises at the end tailored to that specific chapter. I love the styles of those book and was wondering if there is anything similar for Ruby.

I've extensively searched google for this and people have been suggesting different stuff like different websites like Ruby Koans and LRTHW but honestly, I've tried those and they aren't for me. I taught myself Python with the the Hard Way book and to be honest, it's not for me.

Now, forgive me if I'm blunt but does anyone have a Ruby programming BOOK (i.e. not a website), that has EXERCISES in it? I do NOT want a website, unless the book is only or is freely available online by the author, similar to the Hard Way books. I would say that I'm a intermediate level programmer with only some Ruby experience but if you know of a beginner book on Ruby, that is fine too.

Thanks in advance, I would really really appreciate the help.

© Programmers or respective owner

Related posts about self-improvement

Related posts about books